WaitWindowwWaitWindow ["Window name"] [dialog] [open/close] [#duration [ticks/seconds/minutes/hours]] [partial] [quiet] [continue]HWaits for a specific window to be opened or closed with optional timeout"Window name"Name of the window to wait fordialogWaits for a dialog windowopen!Waits for the window to be openedclose!Waits for the window to be closed #duration2Timeout (in 60th of seconds if no units specified)ticksUnits = 60th of secondssecondsUnits = seconds (also "sec")minutesUnits = minutes (also "min")hoursUnits = hours (also "hr")partial+Accepts a partial match for the window namequiet<Doesn’t show an error message when the window can’t be foundcontinue5Doesn’t stop the macro when the window can’t be found